Skip to main content
Version: 5.2.0.1

Lifeness Probe

One important function when working in container environments is the lifeness probe.

The lifeness probe is an HTTP endpoint that is checked regularly by the container environment to verify whether the application can serve requests.

In the context of Orchestra, the best way to implement a lifeness probe is to establish a REST-based scenario that executes a process model.

In the simplest version, the REST provider invokes an empty process model and returns a status code of 200.